From 2e0af298392dd5fd66cf5d608eef10845aa00cba Mon Sep 17 00:00:00 2001 From: Matthias Clasen Date: Thu, 13 Feb 2020 11:21:15 -0500 Subject: [PATCH] Make release builds mandatory for ci The tests are now passing in release builds, lets keep it that way. --- .gitlab-ci.yml | 1 - 1 file changed, 1 deletion(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 30f2750751..8d28553b4f 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -79,7 +79,6 @@ release-build: _build - ninja -C _build - .gitlab-ci/run-tests.sh _build - allow_failure: true artifacts: when: always reports: -- 2.30.2